home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / B-C / CDlog / CDlog Version 1.1 ReadMe next >
Encoding:
Text File  |  1990-11-12  |  2.0 KB  |  45 lines  |  [TEXT/PJMM]

  1. {-----------------------------CDlog Version 1.1 ReadMe-----------------------------}
  2.  
  3. {Changes Version 1.1                11/12/90}
  4. {    1    -    The CDlog package now includes an example application.  If you couldn't make sense of it}
  5. {            before, you may find the example useful.}
  6.  
  7. {    2    -    A few bugs were fixed and a few improvements made to CDlog.p.  See CDlog.p for details.}
  8.  
  9.  
  10.  
  11.  
  12. {-----------------------------Building the example application-----------------------------}
  13.  
  14. {I didn't want to include a whole project with CDlog; the file would have been too big, and I am}
  15. {not sure that I could legally upload everything that you need.  So, I have included 4 files that}
  16. {are used to modify the Starter project included with the Think Pascal TCL demos.}
  17.  
  18. {    -    CExampleDlog.p                    An example subclass of CDlog.}
  19.  
  20. {    -    CExampleDlog.Rsrc            The resources required by "CExampleDlog.p".}
  21.  
  22. {    -    CStarterApp.p                    A version of CStarterApp.p modified to support the example.}
  23. {                                                Creates a desktop that supports modal dialogs and opens the}
  24. {                                                example dialog when the user chooses the "About Application"}
  25. {                                                command.}
  26.  
  27. {    -    StarterIntf.p                        A version of StarterIntf.p modified to support the example.}
  28. {                                                The CStarterApp class includes an override of MakeDesktop.}
  29.  
  30. {    1    Copy the Starter project folder.  Name the folder ExampleDlog.}
  31.  
  32. {    2    Copy or move the 4 files provided with this project to the ExampleDlog folder.}
  33. {        The Finder will want to know if you want to replace files with the same names; yes,}
  34. {        you do.  From now on, use only files in the ExampleDlog folder; don't modify the}
  35. {        originals.}
  36.  
  37. {    3    Copy all the resources in CExampleDlog.Rsrc into Starter.π.rsrc.}
  38.  
  39. {    4    Start Think Pascal and open the Starter.π project file.}
  40.  
  41. {    5    Add the CDlog.p and CExampleDlog.p files to the project.  In the Build Order view of}
  42. {        the project document, put CDlog.p and CExampleDlog.p just before StarterIntf.p.}
  43.  
  44. {    6    Build the project and run it.  Select "About Application" from the Apple menu and}
  45. {        enjoy.}